home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / comm / uucp / Mutt_040_uucp.lha / Mutt / INSTALL < prev    next >
Text File  |  2000-02-29  |  1KB  |  27 lines

  1. There's no installer-script or similar... Please read carefully.
  2.  
  3. 1) Get appropriate binary and the additional files
  4. 2) Copy the binary to a place of your PATH (UUCP:C is a good choice for
  5.    UUCP-environment).
  6. 3) Copy either "muttrc.example", "sample.muttrc", or "my.muttrc" to ".muttrc"
  7.    and change anything for your needs. "my.muttrc" is my personal muttrc for
  8.    UUCP. You could use either UNIX-paths (/path/to/some) or AMIGA-paths
  9.    (path:to/some). The statement "~" is similar to "$HOME" (see 4).
  10. 4) If you don't already have a running ADE installation, you need to install
  11.    a term-entry by doing this:
  12.       MAKEDIR S:etc
  13.       COPY etc/termcap S:etc ALL
  14.    and than add the following lines to your S:User-Startup or
  15.    S:Startup-Sequence:
  16.       SETENV TERM "amiga"
  17.       SETENV HOME "/S"    ; if not set elsewhere
  18.       ASSIGN ETC: S:etc
  19.       ASSIGN LIB: S:etc
  20.    The enviroment-variable HOME points to your "home-directory". On UUCP,
  21.    this is the place where your maildir and other mail- and news-related
  22.    files reside, usually "UUCP:", but you _MUST_ use the UNIX-notation, so
  23.    use "/UUCP" instead.
  24.    $HOME is also the place, where your mutt-configuration-file ".muttrc" has
  25.    to be by default.
  26.  
  27.